reflect.rtype.Kind (method, view implemented interface methods)
27 uses
reflect (current package)
map.go#L16: if t.Kind() != Map {
type.go#L615: k := t.Kind()
type.go#L626: func (t *rtype) Kind() Kind { return Kind(t.t.Kind()) }
type.go#L637: if t.Kind() == Interface {
type.go#L645: if t.Kind() == Interface {
type.go#L679: if t.Kind() == Interface {
type.go#L749: if t.Kind() != Chan {
type.go#L773: if t.Kind() != Struct {
type.go#L781: if t.Kind() != Struct {
type.go#L789: if t.Kind() != Struct {
type.go#L797: if t.Kind() != Struct {
type.go#L805: if t.Kind() != Array {
type.go#L813: if t.Kind() != Struct {
type.go#L821: if t.Kind() != Func {
type.go#L829: if t.Kind() != Func {
type.go#L837: if t.Kind() != Func {
type.go#L845: if t.Kind() != Func {
type.go#L853: if t.Kind() != Func {
type.go#L861: k := t.Kind()
type.go#L872: k := t.Kind()
type.go#L883: k := t.Kind()
type.go#L894: k := t.Kind()
type.go#L905: switch t.Kind() {
type.go#L933: switch t.Kind() {
type.go#L961: if t.Kind() != Struct {
type.go#L984: if t.Kind() != Func {
type.go#L997: if t.Kind() != Func {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |